Q3Vector2D_Length
You can use theQ3Vector2D_Length
function to determine the length of a two-dimensional vector.
float Q3Vector2D_Length (const TQ3Vector2D *vector2D);
vector2D
- A two-dimensional vector.
DESCRIPTION
TheQ3Vector2D_Length
function returns, as its function result, the length of the vectorvector2D
.